價格:免費
更新日期:2016-07-25
檔案大小:735k
目前版本:2.0
版本需求:Android 2.2 以上版本
官方網站:https://github.com/za419/Android-calculator
Email:ryan.hodin@gmail.com
A small calculator application which implements a variety of operations over the space of complex numbers exposed in a very counter-intuitive fashion.
To use the application, input your number into the input field along the top of the screen, and then press the button for the operation which you want.
Complex numbers can be inputted by typing the real part, the sign (plus or minus), then the imaginary part, then an exclamation point or i (the calculator interprets an exclamation point as i). Do not press the i button last, as it fills the number field with "i".
The calculator doesn't currently include the ability to interpret expressions such as "1+2" correctly - only expressions with both real and imaginary parts, in that order, may have a plus or minus sign anywhere but in front.
For operations with two numbers (binary operations) such as addition (a+b), the application will store the value entered and the operation and display a "calculate" button in the top bar. Enter your desired value and then press calculate to perform the operation.
Support for languages besides English and right-to-left layouts is not currently included, but it is planned to release in the near future.
Development proceeds on GitHub: https://github.com/za419/Android-calculator.
While there is currently no pre-release testing build, you can sign up to receive open pre-releases at https://play.google.com/apps/testing/com.Ryan.Calculator.
This application is subject to the MIT License:
The MIT License (MIT)
Copyright (c) 2015 Ryan Hodin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.